home *** CD-ROM | disk | FTP | other *** search
- Path: newsflash.hol.gr!news
- From: sakarab@promitheus.hol.gr (Sam Mardirosian)
- Newsgroups: comp.lang.c
- Subject: Re: Bus error
- Date: Thu, 07 Mar 1996 01:01:49 GMT
- Organization: Hellas On Line
- Message-ID: <4hlqcd$gqj@newsflash.hol.gr>
- References: <DnuvJG.CA5@cdf.toronto.edu>
- NNTP-Posting-Host: cronos.hol.gr
- X-Newsreader: Forte Free Agent 1.0.82
-
- a488load@cdf.toronto.edu (Lo Adley) wrote:
-
- >Hi, there,
-
- > Could you tell me what 'bus error' means?
-
- >Thanks.
-
- >Adley.
-
- Your code is trying to read an int/long on odd addresses (as far as I
- can remember) and your proccessor does not support this (possibly
- MC680x0).
- This simply put, means you have ... r roving pointer.
-
- (Uncle...) Sam.
-
-
-